autoconf: trim the configure script; use autoheader
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:57 +0000 (18:58 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:58:57 +0000 (18:58 +0100)
commit6eba329a1468c4092b7c7b4da0dc8df6acb87d30
treeeed8aaed62d03a71b0e5b136d799f9652363c999
parent1133a72c733788a3a4f37c761a99d57f3540618f
autoconf: trim the configure script; use autoheader

Remove a lot of unnecessary tests.  Specifically, we no longer test
for standard POSIX facilities which we expect to be provided
everywhere and which we don't in any case have any alternative for.

Switch to generating config.h.in with autoheader.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Roger Pau Monne <roger.pau@entel.upc.edu>
Changes since v7:
 * Removed AX_CHECK_PTYFUNCS (snuck in from previous patch)
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
autogen.sh
tools/config.h.in
tools/configure
tools/configure.ac